home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / tdplus20.zip / ZZAP.CFG < prev   
Text File  |  1991-06-24  |  2KB  |  69 lines

  1. ;----------------------------------------------------------------------------
  2. ;                      ZZAP configuration file
  3. ;----------------------------------------------------------------------------
  4.  
  5. ; Declare your default command line switches.  These are set to the
  6. ; normal default that ZZAP uses.
  7.  
  8. SWITCH=a+/f-/i-/k-/l-/n+/p-/r-/s-/t+/v+/x+/b+
  9.  
  10. ; Declare the subdirectory to place corrupted/virused archives in.
  11.  
  12. BADDIR=d:\dl\uploads
  13.  
  14. ; BBS file fixer program name and command line options
  15.  
  16. ;FIXER=QFIX.EXE descript.ion
  17.  
  18. ; Command line options for SCAN.EXE
  19.  
  20. SCANOPT=/A /NOMEM
  21.  
  22. ; Set the maximum number of days old a file can be to allow processing.
  23. ; Setting this value to zero will cause the age of a file to be ignored.
  24. ; AGE=1 indicates files with today's date ONLY, AGE=2 is for files stamped
  25. ; with today's or yesterday's date.
  26.  
  27. AGE=0
  28.  
  29. ; One use for the MID= command is to declare Norton's DIRSORT program
  30. ; so that all files are sorted before being placed in the new archive.
  31. ; Programs such as PKZIP do not sort the files when placing them in
  32. ; the archive.  This example is commented out.
  33.  
  34. ;MID=D:\NORTON\DS.EXE NE
  35.  
  36. ; Define each of the extracting programs.
  37.  
  38. UNARC=arc pkunpak.exe %1 >nul
  39. UNARC=arj arj.exe e -a -y %1 >nul
  40. UNARC=dwc dwc.exe ew %1 >nul
  41. UNARC=ice ice.exe e -n %1 >nul
  42. UNARC=lbr lue220.com %1 >nul
  43. UNARC=lzh lharc.exe e /xm -n %1 >nul
  44. UNARC=pak pak.exe e %1 >nul
  45. UNARC=sdn pak.exe e %1 >nul
  46. UNARC=zip pkunzip.exe -d -jhsr %1 >nul
  47. UNARC=zoo zoo.exe e// %1 >nul
  48.  
  49. ; Default archive extension to convert to
  50.  
  51. DEFAULT=zip
  52.  
  53. ; Define the archiving programs.
  54.  
  55. ARC=arc pkpak.exe -a %1 *.* >nul
  56. ARC=arj arj.exe a -a -y %1 *.* > nul
  57. ARC=dwc dwc.exe arw %1 *.*/s
  58. ARC=ice ice.exe a -anm %1 *.* >nul
  59. ARC=lzh lharc.exe a -amnpr %1 *.* >nul
  60. ARC=pak pak.exe a /I %1 *.* >nul
  61. ARC=sdn pak.exe ai %1 *.* >nul
  62. ARC=zoo zoo.exe a: %1 * >nul
  63. ARC=zip pkzip.exe -a -ex -jhsr -whsr -p -r %1 *.* >nul
  64.  
  65. ; Here's an example of automatically adding an archive comment by using the
  66. ; -z option of PKZIP and redirecting the standard input from a file:
  67.  
  68. ; ARC=zip pkzip.exe -a -ex -jhsr -whsr -z %1 *.* >NUL <c:\archives\header.txt
  69.